home *** CD-ROM | disk | FTP | other *** search
- object S498_ECRAN_FIN is MEDIADISTRIBUTOR
- with
- Duration is -1;
- X is 0; Y is 0; Width is 640; Height is 480;
- Items is [
- S498A2_FIN_PIC
- ];
- end;
-
- object S498A2_FIN_PIC is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- TRANSITION.Set(WipeTop, 300);
- self.GoToBeginning();
- self.Run(true);
- self.Show(true);
- end;
-
- Finished()
- do
- APPLICATION.GoTo(S3_001SOMM);
- end;
-
- with
- Target is C319_FIN_PIC;
- Duration is 1200;
- X is 0; Y is 0; Width is 640; Height is 480;
- end;
-
-